home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / debug / SegTracker.lha / SegTracker / SegTracker.readme < prev   
Text File  |  2004-08-09  |  3KB  |  58 lines

  1. Short:    SegTracker 45.1 - A global SegList tracking utility
  2. Author:   ghoermann@gmx.de (Georg Hörmann)
  3. Uploader: ghoermann@gmx.de (Georg Hörmann)
  4. Type:     dev/debug
  5. Requires: AmigaOS 2.04 or better
  6.  
  7. ============================================================================
  8.                                  SegTracker
  9.          Copyright © 1992-1998 by Michael Sinz (Enforcer@sinz.org)
  10.             Copyright © 2004 by Georg Hörmann (ghoermann@gmx.de)
  11. ============================================================================
  12.  
  13. The  well-known SegTracker utility has been rewritten in 100% assembler code
  14. and  enhanced  with features that have been missing in the original program.
  15. Special thanks must go to Michael Sinz for his general permission to do this
  16. update.
  17.  
  18. This  version  is  based  on the original SegTracker 37.73 code.  It doesn't
  19. contain  any parts of the 37.75/37.76 patches written by Mikolaj Calusinski,
  20. except the name-prefix he invented for 3rd-party KickTags.
  21.  
  22. Make sure you read the documentation before using the program.
  23.  
  24. Changes from 37.73
  25. ------------------
  26.     Fixed the Kickstart ROM scanner to work correctly with installed
  27.     AmigaOS ROM Updates (OS 3.5/3.9) and even on MorphOS systems.
  28.  
  29.     Added NOKICKTAG option as 3rd-party KickTags will get tracked now
  30.     by default.
  31.  
  32.     Added FULLPATH option: full path information will be added to the
  33.     filenames given to the LoadSeg() and NewLoadSeg() functions before
  34.     tracking.
  35.  
  36.     Added NOPATH option: just filenames without any path information
  37.     will get tracked. Additionally, this option determines the output
  38.     format of the SHOW, DUMP and FIND commands.
  39.  
  40.     Fixed two minor bugs in SegTrack() function:
  41.     - Offset values for ROM/KickTag entries have been 4 bytes too small.
  42.     - As RomTags/KickTags don't have linked SegList pointers in front of
  43.       their memory areas, the kludge code now won't return a misleading
  44.       SegList result if called with registers A1 and A2 pointing to the
  45.       same address any longer.
  46.  
  47. ****************************************************************************
  48. *                                                                          *
  49. * Permission is hereby granted to distribute this program's archive        *
  50. * containing the executables and documentation for non-commercial purposes *
  51. * so long as the archive and its contents are not modified in any way.     *
  52. *                                                                          *
  53. * This program may not be distributed for a profit.                        *
  54. *                                                                          *
  55. * This program is not in the public domain.                                *
  56. *                                                                          *
  57. ****************************************************************************
  58.